Post

Replies

Boosts

Views

Activity

Comment on Image stored in documents directory disappears on app relaunch/rebuild
For any application for internal use there is a folder in ~/Library/Application Support/(appName) where you can place any files/folders, these files/folders remain untouched during rebuild, in obj-C we construct this folder by calling function NSHomeDirectory() + "/Library/Application Support/" + [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"], try to find how to do the same in Swift
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Comment on Strange type of crash
Thanks for your reply
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on App built with Xcode 15 beta 8 crashes on macOs 11.7.9
it works!!! thanks
Replies
Boosts
Views
Activity
Sep ’23
Comment on App built with Xcode 15 beta 8 crashes on macOs 11.7.9
ok, thanks, i'll try
Replies
Boosts
Views
Activity
Sep ’23
Comment on App built with Xcode 15 beta 8 crashes on macOs 11.7.9
thanks a lot
Replies
Boosts
Views
Activity
Sep ’23
Comment on Image stored in documents directory disappears on app relaunch/rebuild
For any application for internal use there is a folder in ~/Library/Application Support/(appName) where you can place any files/folders, these files/folders remain untouched during rebuild, in obj-C we construct this folder by calling function NSHomeDirectory() + "/Library/Application Support/" + [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"], try to find how to do the same in Swift
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22